home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSINESS / MAKEDEMO.LZH / MDEM4B.EXE / HELP.BAT < prev    next >
DOS Batch File  |  1992-11-04  |  832b  |  26 lines

  1. echo off
  2. CLS
  3. echo You are about to view the MakeDemo "Help" facility. It was created
  4. echo with MDEMO, the presentation creation program of MakeDemo. This time
  5. echo we will use MSHOW.EXE as the "engine" for presenting the file. We
  6. echo will not be creating a single .EXE executible file as we did
  7. echo previously with WATCH_ME.1ST.
  8. echo
  9. echo As a reminder, the first time you view MDEMO.HLP, MSHOW creates the
  10. echo index MDEMO.INX and saves it to disk.
  11. echo
  12. echo C:\MDEMO MSHOW MDEMO.HLP
  13. echo
  14. PAUSE
  15. MSHOW MDEMO.HLP
  16. CLS
  17. echo While you can access MDEMO.HLP from within MDEMO when you are working
  18. echo on a presentation, there is much you can learn by "working" on it as
  19. echo you would one of your own creations. Modify it if you wish; make it
  20. echo your own.
  21. echo
  22. echo This completes HELP.BAT
  23. echo
  24. PAUSE
  25.  
  26.